html, body, #background {

}
#background {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
body {
    margin: 0;
    font-family: "museo-sans", verdana;
    font-weight: 300;
    background-color: rgb(52, 71, 95);
    background-image: url(../img/background.jpg);
    background-size: cover;
    background-attachment: fixed;
}
body.page .entry-featured-image {
    display: none !important;
}
input[type=text] {
    background-color: #f2f2f2;
    height: 35px;
    line-height: 25px;
    text-align: left;
    text-indent: 20px;
    border: none;
    border-radius: 4px;
    margin: 15px;
    padding: 0;
    display: block;
    font-size: 1em;
}
textarea {
    background-color: #f2f2f2;
    line-height: 25px;
    text-align: left;
    text-indent: 20px;
    border: none;
    border-radius: 4px;
    margin: 15px;
    padding: 0;
    display: block;
    font-size: 1em;
}
blockquote {
    margin-left: 0px;
    margin-right: 0px;
    font-weight: bold;
    border-bottom: 3px solid #cf0c26;
}
h1, h2, h3, h4 {
    font-family: "proxima-nova", verdana;
}
input {
    font-family: "museo-sans", verdana;
}
a {
    color: #14B9D6;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
p {
    font-family: "museo-sans", verdana;
    line-height: 1.4em;
}
img {
    border: none;
}
#wrap {
    position:  relative;
    min-width: 320px;
    margin:    0px;
    padding:   0px;
    overflow:  hidden;
    z-index: 1;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    perspective: 800;
    -webkit-perspective: 800;

}
#sidebar > *, #content > *, #alt-sidebar > *, body.page #content .entry-content {
    transform: rotateX(-20deg) translateZ(50px);
    -webkit-transform: rotateX(-20deg) translateZ(50px);
    opacity: 0;
    -moz-transition:    border 0.3s, background-color 0.3s, transform 0.6s, opacity 0.6s;
    -webkit-transition: border 0.3s, background-color 0.3s, -webkit-transform 0.6s, opacity 0.6s;
    -o-transition:      border 0.3s, background-color 0.3s, transform 0.6s, opacity 0.6s;
    transition:         border 0.3s, background-color 0.3s, transform 0.6s, opacity 0.6s;
}
#content-featured-wrap > * {
    transform: rotateX(20deg) translateZ(50px);
    -webkit-transform: rotateX(20deg) translateZ(50px);
    opacity: 0;
    -moz-transition:    border 0.3s, background-color 0.3s, transform 0.6s, opacity 0.6s;
    -webkit-transition: border 0.3s, background-color 0.3s, -webkit-transform 0.6s, opacity 0.6s;
    -o-transition:      border 0.3s, background-color 0.3s, transform 0.6s, opacity 0.6s;
    transition:         border 0.3s, background-color 0.3s, transform 0.6s, opacity 0.6s;
}
#sidebar-header, body.page #content > * {
    transform: rotateX(0deg) translateZ(0px);
    -webkit-transform: rotateX(0deg) translateZ(0px);
    opacity: 1;
}
body.page-template-newsroom-php #content > * {
    transform: rotateX(-20deg) translateZ(50px);
    -webkit-transform: rotateX(-20deg) translateZ(50px);
    opacity: 0;
    -moz-transition:    border 0.3s, background-color 0.3s, transform 0.6s, opacity 0.6s;
    -webkit-transition: border 0.3s, background-color 0.3s, -webkit-transform 0.6s, opacity 0.6s;
    -o-transition:      border 0.3s, background-color 0.3s, transform 0.6s, opacity 0.6s;
    transition:         border 0.3s, background-color 0.3s, transform 0.6s, opacity 0.6s;
}
#sidebar > *.visible, #content > *.visible, #alt-sidebar > *.visible, #content-featured-wrap > *.visible, body.page #content .entry-content.visible, body.page-template-newsroom-php #content > *.visible {
    transform: rotateX(0deg) translateZ(0px);
    -webkit-transform: rotateX(0deg) translateZ(0px);
    opacity: 1;
}
#inner {
    position: relative;
    padding: 10px 10px 0;
    max-width: 950px;
    z-index: 1;
}
#core-inner-bg {
    background-color: black;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    z-index: 0;
}
#footer {
    position: relative;
    margin: 0;
    padding: 10px;
    z-index: 2;
}
#footer .creds {
    position: relative;
    z-index: 2;
}
#footer-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: black;
    opacity: 0.3;
}

#header {
    background-color: white;
    height: 63px;
    background-image: url(../img/logo-mobile.png);
    background-repeat: no-repeat;
    background-position: 13px;
    cursor: pointer;
}
#title, #description { display: none }
#nav-button {
    position:         absolute;
    top:              7px;
    right:            8px;
    width:            48px;
    height:           48px;
    background-image: url(../img/nav-button.png);
    cursor:           pointer;
}
#nav-arrow {
    position:         absolute;
    top:              -13px;
    right:            12px;
    width:            23px;
    height:           13px;
    background-image: url(../img/triangle-up.png);
    z-index:          101;
}
#nav {
    display:          none;
    position:         absolute;
    top:              60px;
    right:            9px;
    background-color: #F9FAFC;
    padding:          10px;
    box-shadow:       0 2px 8px 1px rgba(0,0,0,0.25);
    z-index:          100;
}
#nav.visible {
    display: block;
}
#menu-primary-nav {
    margin:     0;
    padding:    0;
    list-style: none;
}
#menu-primary-nav > .menu-item {
    text-align:  center;
    height:      30px;
    line-height: 30px;
}
#menu-primary-nav > .menu-item > a {
    text-decoration: none;
    font-size:       16px;
    font-weight:     bold;
    text-align:      center;
    color:           black;
}
#menu-primary-nav > .menu-item-search {
    background-color:  #323A45;
    background-image:  url(../img/search.png);
    background-repeat: no-repeat;
    background-position: 3px 2px;
    width:             200px
}
#menu-search {
    background:  none;
    border:      none;
    color:       white;
    text-align:  center;
    font-size:   16px;
    width:       200px;
    margin:      0;
    padding:     0;
    height:      30px;
    line-height: 30px;
}
#nav-slider {
    position:         absolute;
    top:              20px;
    left:             0px;
    background-color: #E90D68;
    width:            0px;
    height:           3px;
    display:          none;
}
#content-featured-wrap {
    padding:    0;
    margin-top: 0px;
    margin-bottom: 10px;
    position: relative;
    z-index: 50;
}
#content-featured-wrap .layout-slot,
#sidebar .featured-post,
#sidebar .related-post {
    position:   relative;
    margin-top: 10px;
    padding:    0;
}
#content-featured-wrap .layout-slot:hover .featured-title h2,
#sidebar .featured-post:hover .featured-title h2,
#sidebar .related-post:hover .featured-title h2 {
    color: #cf0c26;
}
#sidebar .featured-post:hover .featured-title .color-bar + h2,
#sidebar .featured-post:hover .featured-title .color-bar-1 + h2,
#sidebar .featured-post:hover .featured-title .color-bar-2 + h2,
#sidebar .featured-post:hover .featured-title .color-bar-3 + h2,
#sidebar .related-post:hover .featured-title .color-bar + h2,
#sidebar .related-post:hover .featured-title .color-bar-1 + h2,
#sidebar .related-post:hover .featured-title .color-bar-2 + h2,
#sidebar .related-post:hover .featured-title .color-bar-3 + h2 {
    color: #cf0c26;
}
#content-featured-wrap .featured-title,
#sidebar .featured-post .featured-title,
#sidebar .related-post .featured-title {
    position: absolute;
    bottom:   0px;
    left:     0px;
    margin:   0;
    width:    100%;
    /* padding:  1em 0; */
}

#content-featured-wrap .transparent-background,
#sidebar .featured-post .transparent-background,
#sidebar .related-post .transparent-background {
    position:   absolute;
    top:        0px;
    left:       0px;
    width:      100%;
    height:     100%;
    background-color: white;
    opacity:    0.85;
    z-index:    0;
}
#content-featured-wrap .featured-title h2,
#sidebar .featured-post .featured-title h2,
#sidebar .related-post .featured-title h2 {
    position:   relative;
    text-align: center;
    font-size:  1em;
    color:      black;
    z-index:    1;
    margin:     0;
    padding:    1em;
    -moz-transition:    color 0.3s;
    -webkit-transition: color 0.3s;
    -o-transition:      color 0.3s;
    transition:         color 0.3s;
}
#content-featured-wrap .image_container,
#sidebar .featured-post .image_container,
#sidebar .related-post .image_container {
    overflow: hidden;
    height:   100%;
}
#content-featured-wrap img,
#sidebar .featured-post img,
#sidebar .related-post img {
    width:  100%;
    height: auto;
}
#sidebar .featured-post, #sidebar .related-post {
    margin: 10px 0;
}
.featured-post .play-video,
.related-post .play-video {
    position: absolute;
    width:  75px;
    height: 75px;
    top:    43%;
    left:   50%;
    margin-top: -37px;
    margin-left: -37px;
    background-image: url(../img/play-video.png);
}

.featured-post {
    overflow: hidden;
}
#content-featured-wrap #featured-post-1 {
    margin-top: 0;
}
#featured-post-1 .featured-title {
    -moz-transition:    bottom 0.3s;
    -webkit-transition: bottom 0.3s;
    -o-transition:      bottom 0.3s;
    transition:         bottom 0.3s;
    z-index: 1;
}
#featured-post-2 {

    z-index: 1;
}
#featured-post-3 {

    z-index: 1;
}
#main-featured-thumb-1,
#main-featured-thumb-2,
#main-featured-thumb-3,
.featured-thumb {
    display: none;
}
#content-sidebar-wrap {
    clear:      both;
    position: relative;
    z-index: 1;
}
#content {
    position: relative;
}
#content > p {
    background-color: white;
    padding: 20px;
    box-shadow: 1px 2px 8px rgba(0,0,0,0.35);
    margin: 0;
}
.single #content,
.page #content {
    padding:       10px;
    margin-top:    0px;
    margin-bottom: 10px;
    background-color: white;
}
.single #content .entry-featured-image {
    float: left;
    margin-bottom: 10px;
    max-width: 100%;
}
.page-template-newsroom-php #content {
    border:        none;
    padding:       0px;
    margin-top:    0px;
    margin-bottom: 0px;
    background-color: transparent;
}
.single #content .breadcrumb,
.page #content .breadcrumb,
.archive #content .breadcrumb,
.search #content .breadcrumb {
    font-size:    12px;
    color:        #9EA7B3;
    /* margin-right: 150px; */
    float:        left;
    line-height:  40px;
    padding:      0 10px;
    background-color: #F9FAFC;
}
.single #content .breadcrumb a,
.page #content .breadcrumb a,
.archive #content .breadcrumb a,
.search #content .breadcrumb a {
    text-decoration: none;
    color:           #9EA7B3;
}
.single #content .breadcrumb a:hover,
.page #content .breadcrumb a:hover,
.archive #content .breadcrumb a:hover,
.search #content .breadcrumb a:hover {
    text-decoration: underline;
    color:           gray;
}
body.single .hfeed .entry-title {
    margin-right: 0px;
}
body.page .hfeed page.entry-title {
    text-align: center;
    font-size: 36px;
    color: #184860;
    border: none;
}
body.page #content .page .page-title-wrapper {
    text-align: center;
}
body.page #content .page .entry-title {
    font-size: 36px;
    margin-right: 0;
    position: relative;
    z-index: 2;
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
    background-color: white;
}
body.page .topic-wrap {
    text-align: center;
    height: 99px;
    clear: both;
}
body.page h2.topic-title {
    text-align: center;
    color: #184860;
    margin: 8px 0 0;
}
body.page .block {
    padding: 0 15px;
    margin-bottom: 20px;
}
body.page .block p {
    font-size: 13px;
    text-align: justify;
}
body.page .page-title-line-wrap {
    position: absolute;
    height: 4px;
    width: 100%;
    top: 19px;
}
body.page-template-newsroom-php .page-title-line-wrap {
    top: 39px;
}
body.page .page-title-line {
    height: 4px;
    background-color: #184860;
    margin: 0 30px;
}
body.page-template-newsroom-php .page-title-line {
    margin: 0 50px;
}
body.page .block .read-more-button {
    background-color: #B2BEC3;
    height: 20px;
    line-height: 20px;
    text-align: center;
    text-indent: 0px;
    border: none;
    border-radius: 4px;
    margin: 0 auto 15px;
    padding: 0;
    display: block;
    font-size: 1em;
    font-weight: bold;
    color: white;
    position: relative;
    float: right;
    text-decoration: none;
    padding: 0 10px;
}
#sidebar,
#alt-sidebar{
    padding:     0;
    z-index: 2;
    position: relative;
    margin-bottom: 0px;
}
#sidebar {
    /* margin-bottom: 10px; */
}
#sidebar .layout-slot:last-child,
#alt-sidebar .layout-slot:last-child{
    margin-bottom: 0px;
}
#sidebar .widget,
#alt-sidebar .widget{
    margin: 10px 0;
}
#sidebar .widget-scaler {

}
#sidebar .widget-small,
#alt-sidebar .widget-small{
    width:      70px;
    float:      right;
    cursor: pointer;
}
#sidebar .widget-small-3-4,
#alt-sidebar .widget-small-3-4 {
    cursor: pointer;
}
#sidebar .widget-outer,
#alt-sidebar .widget-outer{
    height: 70px;
    perspective: 600px;
    -webkit-transform: perspective(600);
    -webkit-perspective: 600;
}
#sidebar fieldset,
#alt-sidebar fieldset{
    margin:  0;
    padding: 0;
    border:  none;
}
#sidebar fieldset > div,
#alt-sidebar fieldset > div{
    margin: 10px;
}
#newsletter-outer {
    position: relative;
    height:   70px;
}
#sidebar .widget-wrap,
#sidebar .widget-perspective,
#alt-sidebar .widget-wrap,
#alt-sidebar .widget-perspective{
    position: relative;
    -webkit-transform-style: preserve-3d;
}
#sidebar .rotatable,
#alt-sidebar .rotatable{
    height:                   70px;
    -webkit-transform-origin: 35px 35px -35px;
    -webkit-transform-style:  preserve-3d;
    -webkit-transition:       -webkit-transform 0.3s;
    overflow: hidden;
}
#sidebar .widget-inner.rotate-up {
    /*
    -webkit-transform: rotateX(-90deg);
    */
}
#sidebar .widget-inner.rotate-up > div:first-child,
#alt-sidebar .widget-inner.rotate-up > div:first-child{
    top: 70px;
}
#sidebar .widget-inner.rotate-left,
#alt-sidebar .widget-inner.rotate-left{
    /*
    -webkit-transform: rotateY(90deg);
    */
}
#sidebar .rotatable-face,
#alt-sidebar .rotatable-face{
    position: absolute;
    top:      0px;
    left:     0px;
    width:    100%;
    height:   70px;
}
#sidebar .rotatable-front,
#alt-sidebar .rotatable-front{
    z-index: 1;
    transition: top 0.3s;
}
#sidebar .rotatable-top {
    /*
    -webkit-transform: translateY(-35px) translateZ(-35px) rotateX(90deg);
    */
}
#sidebar .rotatable-left {
    /*
    -webkit-transform: translateX(-35px) translateZ(-35px) rotateY(-90deg);
    */
}
#sidebar-header{
    background-color: #012738;
    display: none;
    position: relative;
}
#sidebar-logo {
    position: absolute;
    top: -80px;
    width: 230px;
    height: 230px;
    left: 50%;
    margin-left: -115px;
    background-image: url(../img/logo.png);
}
#sidebar-header p {
    display: none;
    position: absolute;
    top: 155px;
    margin: 0 30px;
    color: white;
}
#learn-more-ygn {
    width: 80%;
    background-color: white;
    height:      35px;
    line-height: 35px;
    text-align:  center;
    border: none;
    border-radius: 4px;
    margin: 0 auto 15px;
    padding: 0;
    display: block;
    font-size:   1em;
    color: #012738;
    position: absolute;
    bottom: 15px;
    left:   10%;
    text-decoration: none;
}
#sidebar #text-3,
#alt-sidebar #text-3 {
    display: none;
}
#sidebar #text-4 .textwidget,
#alt-sidebar #text-4 .textwidget {
    width: 310px;
    margin: 0 auto;
}
#newsletter-wrapper #mce-EMAIL,
#newsletter-wrapper #register-submit {
    width: 80%;
    background-color: #f2f2f2;
    height:      35px;
    line-height: 25px;
    text-align:  left;
    text-indent: 20px;
    border: none;
    border-radius: 4px;
    margin: 0 auto 15px;
    padding: 0;
    display: block;
    font-size:   1em;
}
#newsletter-wrapper #register-submit {
    background-color: #cf0c26;
    color: white;
    text-align: center;
    text-indent: 0px;
    cursor: pointer;
    -webkit-appearance: none;
}
#search-wrapper #sidebar-search {
    width:       100%;
    height:      50px;
    margin:      0;
    border:      none;
    padding:     0;
    font-size:   1em;
    line-height: 30px;
    text-align:  left;
    text-indent: 20px;
}
#search-wrapper #sidebar-search-submit{
    display: none;
}
#newsletter-header,
#newsletter-wrapper {
    background-color: white;
}
#newsletter-header {
    height: 80px;
}
#newsletter-wrapper {
    height: 119px;
    border-top: 1px solid white;
}
#newsletter-header h3 {
    margin:       0;
    line-height:  80px;
    color:        #cf0c26;
    font-size:    1.3em;
    text-align:   center;
}
#newsletter-submit-img {
    position: absolute;
    top: 19px;
    right: 19px;
    cursor: pointer;
}
#search-submit-img {
    position: absolute;
    top: 19px;
    right: 19px;
    cursor: pointer;
}
#search-header,
#search-wrapper {
    background-color: white;
}
#search-header h3 {
    margin:       0;
    padding-left: 75px;
    line-height:  70px;
    color:        black;
    font-size:    1em;
    background-image:    url(../img/search-black.png);
    background-position: 21px center;
    background-repeat:   no-repeat;
}
#about-header,
#about-wrapper {
    background-color: #222932;
}
#about-outer {
    width:        230px;
    float:        left;
    margin-right: 10px;
}
#about-header h3,
#about-wrapper h3 {
    margin:       0;
    line-height:  70px;
    color:        white;
    font-size:    1em;
    text-align:   center;
}
#yg-network-header,
#yg-network-wrapper {
    background-color: #E90D68;
}
#yg-network-icon,
#yg-network-icon-alt {
    width:  70px;
    height: 70px;
    background-image:    url(../img/yg-icon.png);
    background-repeat:   no-repeat;
    background-position: 8px;
}
#facebook-header,
#facebook-wrapper {
    background-color: #0071BB;
}
#facebook-icon,
#facebook-icon-alt {
    width:  70px;
    height: 70px;
    background-image:    url(../img/fb-icon.png);
    background-repeat:   no-repeat;
    background-position: 22px;
}
#yt-header,
#yt-wrapper {
    background-color: #EC1C24;
}
#yt-icon,
#yt-icon-alt {
    width:  70px;
    height: 70px;
    background-image:    url(../img/yt-icon.png);
    background-repeat:   no-repeat;
    background-position: 10px;
}
#twitter-header,
#twitter-wrapper {
    background-color: #14B9D6;
}
#twitter-icon,
#twitter-icon-alt {
    width:  70px;
    height: 70px;
    background-image:    url(../img/twt-icon.png);
    background-repeat:   no-repeat;
    background-position: 12px;
}
#email-header,
#email-wrapper {
    background-color: #1FBBA6;
}
#email-icon,
#email-icon-alt {
    width:  70px;
    height: 70px;
    background-image:    url(../img/at-icon.png);
    background-repeat:   no-repeat;
    background-position: 12px;
}
#email-outer,
#yt-outer,
#facebook-outer {
    margin-right: 10px;
}
#sidebar .related-post {
    min-height: 46px;
}
#sidebar #about-outer a:hover,
#sidebar .related-post a:hover,
#sidebar .featured-post a:hover{
    text-decoration: none;
}

#main-featured-vid-1:hover + a .featured-title,
#main-featured-vid-2:hover + a .featured-title,
#main-featured-vid-3:hover + a .featured-title {
    bottom: -400px;
}
body.home #content .post,
body.archive #content .post,
body.search #content .post,
body.page-template-newsroom-php #content .post,
body.home #content .research,
body.archive #content .research,
body.search #content .research,
body.page-template-newsroom-php #content .research,
body.home #content .page,
body.archive #content .page,
body.search #content .page,
body.page-template-newsroom-php #content .page,
body.home #sidebar .post {
    -moz-transition:    border 0.3s, background-color 0.3s, transform 0.6s, opacity 0.6s;
    -webkit-transition: border 0.3s, background-color 0.3s, -webkit-transform 0.6s, opacity 0.6s;
    -o-transition:      border 0.3s, background-color 0.3s, transform 0.6s, opacity 0.6s;
    transition:         border 0.3s, background-color 0.3s, transform 0.6s, opacity 0.6s;
}
body.home #content .post:hover .entry-info,
body.archive #content .post:hover .entry-info,
body.search #content .post:hover .entry-info,
body.page-template-newsroom-php #content .post:hover .entry-info,
body.home #content .research:hover .entry-info,
body.archive #content .research:hover .entry-info,
body.search #content .research:hover .entry-info,
body.page-template-newsroom-php #content .research:hover .entry-info,
body.home #content .page:hover .entry-info,
body.archive #content .page:hover .entry-info,
body.search #content .page:hover .entry-info,
body.page-template-newsroom-php #content .page:hover .entry-info,
body.home #sidebar .post:hover .entry-info {
    -moz-transition:    background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    -o-transition:      background-color 0.3s;
    transition:         background-color 0.3s;
}
body.home #content .post a.post-link-overlay,
body.archive #content .post a.post-link-overlay,
body.search #content .post a.post-link-overlay,
body.page-template-newsroom-php #content .post a.post-link-overlay,
body.home #content .research a.post-link-overlay,
body.archive #content .research a.post-link-overlay,
body.search #content .research a.post-link-overlay,
body.page-template-newsroom-php #content .research a.post-link-overlay,
body.home #content .page a.post-link-overlay,
body.archive #content .page a.post-link-overlay,
body.search #content .page a.post-link-overlay,
body.page-template-newsroom-php #content .page a.post-link-overlay,
body.home #sidebar .post a.post-link-overlay {
    position: absolute;
    top:      0px;
    left:     0px;
    width:    100%;
    height:   100%;
    display:  block;
}
body.home #content .post:hover,
body.archive #content .post:hover,
body.search #content .post:hover,
body.page-template-newsroom-php #content .post:hover,
body.home #content .research:hover,
body.archive #content .research:hover,
body.search #content .research:hover,
body.page-template-newsroom-php #content .research:hover,
body.home #content .page:hover,
body.archive #content .page:hover,
body.search #content .page:hover,
body.page-template-newsroom-php #content .page:hover {

}
body.home #content .post:hover .entry-info,
body.archive #content .post:hover .entry-info,
body.search #content .post:hover .entry-info,
body.page-template-newsroom-php #content .post:hover .entry-info,
body.home #content .research:hover .entry-info,
body.archive #content .research:hover .entry-info,
body.search #content .research:hover .entry-info,
body.page-template-newsroom-php #content .research:hover .entry-info,
body.home #sidebar .post:hover .entry-info {

    background-color: rgb(52, 71, 95);
}
body.home #content .post,
body.page-template-newsroom-php #content .post,
body.archive #content .post,
body.search #content .post,
body.home #content .research,
body.page-template-newsroom-php #content .research,
body.archive #content .research,
body.search #content .research,
body.home #content .page,
body.page-template-newsroom-php #content .page,
body.archive #content .page,
body.search #content .page,
body.home #sidebar .post {
    position:         relative;
    height:           150px;
    background-color: white;
    margin:           10px 0;
    overflow: hidden;
    box-shadow: 1px 2px 8px rgba(0,0,0,0.35);
}
body.home #content .post:first-child,
body.page-template-newsroom-php #content .post:first-child,
body.archive #content .post:first-child,
body.search #content .post:first-child,
body.home #content .research:first-child,
body.page-template-newsroom-php #content .research:first-child,
body.archive #content .research:first-child,
body.search #content .research:first-child,
body.home #content .page:first-child,
body.page-template-newsroom-php #content .page:first-child,
body.archive #content .page:first-child,
body.search #content .page:first-child,
body.home #sidebar .post:first-child {
    margin-top: 0;
}
#content .entry-title,
#content .archive-title {
    clear: left;
}
body.page-template-newsroom-php #content .entry-title,
body.archive #content .entry-title,
body.search #content .entry-title,
body.home #content .entry-title{
    clear: none;
}
#content .post .entry-title,
#content .page .entry-title,
#content .event .entry-title,
#content .research .entry-title {
    margin-top:    10px;
    margin-bottom: 10px;
    font-size:     1.4em;
}
body.home #content .post .entry-content p,
body.page-template-newsroom-php #content .post .entry-content p,
body.archive #content .post .entry-content p,
body.search #content .post .entry-content p,
body.home #content .research .entry-content p,
body.page-template-newsroom-php #content .research .entry-content p,
body.archive #content .research .entry-content p,
body.search #content .research .entry-content p {
    font-size:     12px;
    margin-top:    10px;
    margin-bottom: 10px;
    margin-right:  10px;
}
body.home #content .page .entry-content p,
body.page-template-newsroom-php #content .page .entry-content p,
body.archive #content .page .entry-content p,
body.search #content .page .entry-content p,
body.home #content .research .entry-content p,
body.page-template-newsroom-php #content .research .entry-content p,
body.archive #content .research .entry-content p,
body.search #content .research .entry-content p{
    font-size:     12px;
    margin-top:    10px;
    margin-bottom: 10px;
    margin-right:  10px;
}
#content .home-event h1 a,
#content .post .entry-title a,
#content .post .entry-author a,
#content .research .entry-title a,
#content .research .entry-author a,
#content .page .entry-title a,
#content .page .entry-author a  {
    text-decoration: none;
    color: black;
}
#content .post .entry-author a ,
#content .research .entry-author a {
    font-size: 11px;
    color:     #9EA7B3;
}
#content .home-event h1 a:hover,
#content .post .entry-title a:hover,
#content .post .entry-author a:hover {
    /* text-decoration: underline; */
}
body.home #content .post .entry-info,
body.page-template-newsroom-php #content .post .entry-info,
body.archive #content .post .entry-info,
body.search #content .post .entry-info,
body.home #content .research .entry-info,
body.page-template-newsroom-php #content .research .entry-info,
body.archive #content .research .entry-info,
body.search #content .research .entry-info{
    background-color: #012738;
    position: absolute;
    top:      0px;
    left:     0px;
    height:   100%;
    width:    75px;
    margin-top: 10px;
}
body.home #content .post .entry-info .entry-cat img,
body.page-template-newsroom-php #content .post .entry-info .entry-cat img,
body.archive #content .post .entry-info .entry-cat img,
body.search #content .post .entry-info .entry-cat img,
body.home #content .research .entry-info .entry-cat img,
body.page-template-newsroom-php #content .research .entry-info .entry-cat img,
body.archive #content .research .entry-info .entry-cat img,
body.search #content .research .entry-info .entry-cat img{
    margin: 18px;
}
body.home #content .post .entry-title,
body.home #content .post .entry-author,
body.home #content .post .entry-content,
body.home #content .post .post-meta,
body.page-template-newsroom-php #content .post .entry-title,
body.page-template-newsroom-php #content .post .entry-author,
body.page-template-newsroom-php #content .post .entry-content,
body.page-template-newsroom-php #content .post .post-meta,
body.archive #content .post .entry-title,
body.archive #content .post .entry-author,
body.archive #content .post .entry-content,
body.archive #content .post .post-meta,
body.search #content .post .entry-title,
body.search #content .post .entry-author,
body.search #content .post .entry-content,
body.search #content .post .post-meta,
body.home #content .research .entry-title,
body.home #content .research .entry-author,
body.home #content .research .entry-content,
body.home #content .research .post-meta,
body.page-template-newsroom-php #content .research .entry-title,
body.page-template-newsroom-php #content .research .entry-author,
body.page-template-newsroom-php #content .research .entry-content,
body.page-template-newsroom-php #content .research .post-meta,
body.archive #content .research .entry-title,
body.archive #content .research .entry-author,
body.archive #content .research .entry-content,
body.archive #content .research .post-meta,
body.search #content .research .entry-title,
body.search #content .research .entry-author,
body.search #content .research .entry-content,
body.search #content .research .post-meta{
    margin-left:  90px;
    margin-right: 10px;
    font-size:    1.3em;
}
body.home #content .page .entry-title,
body.home #content .page .entry-author,
body.home #content .page .entry-content,
body.home #content .page .post-meta,
body.page-template-newsroom-php #content .page .entry-title,
body.page-template-newsroom-php #content .page .entry-author,
body.page-template-newsroom-php #content .page .entry-content,
body.page-template-newsroom-php #content .page .post-meta,
body.archive #content .page .entry-title,
body.archive #content .page .entry-author,
body.archive #content .page .entry-content,
body.archive #content .page .post-meta,
body.search #content .page .entry-title,
body.search #content .page .entry-author,
body.search #content .page .entry-content,
body.search #content .page .post-meta {
    margin-left:  17px;
    margin-right: 10px;
    font-size:    1.3em;
}
body.page-template-newsroom-php #content .page .page-title-wrapper .entry-title {
    margin-left:  0px;
    margin-right: 0px;
    font-size:    36px;
    margin-top: 0px !important;
    padding-top: 20px;
}
body.page-template-newsroom-php .type-page.hentry:first-child {
    height: 83px !important;
}
body.page-template-newsroom-php .type-page.hentry:first-child .entry-content {
    display: none;
}
body.home #content .post .entry-content .post-image,
body.page-template-newsroom-php #content .post .entry-content .post-image,
body.archive #content .post .entry-content .post-image,
body.search #content .post .entry-content .post-image,
body.search #content .page .entry-content .post-image,
body.home #content .research .entry-content .post-image,
body.page-template-newsroom-php #content .research .entry-content .post-image,
body.archive #content .research .entry-content .post-image,
body.search #content .research .entry-content .post-image{
    display: none;
}
body.home #content .post .entry-featured-image,
body.page-template-newsroom-php #content .post .entry-featured-image,
body.archive #content .post .entry-featured-image,
body.search #content .post .entry-featured-image,
body.search #content .page .entry-featured-image,
body.home #content .research .entry-featured-image,
body.page-template-newsroom-php #content .research .entry-featured-image,
body.archive #content .research .entry-featured-image,
body.search #content .research .entry-featured-image{
    float:        right;
    margin-left:  12px;
    margin-top:   12px;
    margin-right: 12px;
    border:       1px solid #F9FAFC;
    box-shadow: 1px 2px 5px rgba(0,0,0,0.3);
}
body.page-id-7 #content {
    padding: 0;
    border:  none;
}
.post .post-info,
.event .post-info,
.research .post-info,
body.home #content .post .post-meta,
body.page-template-newsroom-php #content .post .post-meta,
body.archive #content .post .post-meta,
body.search #content .post .post-meta,
body.home #content .research .post-meta,
body.page-template-newsroom-php #content .research .post-meta,
body.archive #content .research .post-meta,
body.search #content .research .post-meta {
    display: none;
}
body.home #content .post .entry-cat,
body.home #content .post .entry-date,
body.page-template-newsroom-php #content .post .entry-cat,
body.page-template-newsroom-php #content .post .entry-date,
body.archive #content .post .entry-cat,
body.archive #content .post .entry-date,
body.search #content .post .entry-cat,
body.search #content .post .entry-date,
body.home #content .research .entry-cat,
body.home #content .research .entry-date,
body.page-template-newsroom-php #content .research .entry-cat,
body.page-template-newsroom-php #content .research .entry-date,
body.archive #content .research .entry-cat,
body.archive #content .research .entry-date,
body.search #content .research .entry-cat,
body.search #content .research .entry-date{
    width:  75px;
    height: 75px;
}
body.home #content .post .entry-date .published,
body.page-template-newsroom-php #content .post .entry-date .published,
body.archive #content .post .entry-date .published,
body.search #content .post .entry-date .published,
body.home #content .research .entry-date .published,
body.page-template-newsroom-php #content .research .entry-date .published,
body.archive #content .research .entry-date .published,
body.search #content .research .entry-date .published {
    margin-top:  8px;
    display:     block;
    font-family: 'proxima-nova';

}
body.home #content .post .entry-date .published span,
body.page-template-newsroom-php #content .post .entry-date .published span,
body.archive #content .post .entry-date .published span,
body.search #content .post .entry-date .published span,
body.home #content .research .entry-date .published span,
body.page-template-newsroom-php #content .research .entry-date .published span,
body.archive #content .research .entry-date .published span,
body.search #content .research .entry-date .published span{
    display:        block;
    text-align:     center;
    color:          #9EA7B3;
    text-transform: uppercase;
    font-size: 22px;
    line-height:    24px;
}
.breadcrumb {
    position: relative;
    z-index: 1;
}
body.archive .breadcrumb,
body.search .breadcrumb {
    margin-top: 10px;
}
body.single .entry-share-links {
    /* position: absolute;
    top:      0px;
    right:    0px;
    margin-top:   10px;
    margin-right: 10px;
    */
    float:        right;
    height: 40px;
    position: relative;
    z-index: 1;
}
body.single .entry-info {
    height: 40px;
    clear:  left;
    margin-top: 10px;
}
body.single .entry-title {
    clear: left;
    padding-top: 10px;
    margin-top: 0px !important;
}
body.page .entry-title {
    padding-top: 0;
    margin-top: 0 !important;
    padding-bottom: 18px;
}
body.page-template-newsroom-php .entry-title {
    margin-top: 10px !important;
    border: none;
    padding-bottom: 0;
}
body.single .entry-share-links > div,
body.single .entry-info > div {
    float:  left;
    width:  40px;
    height: 40px;
    margin-left: 10px;
}
body.single .entry-info > div.entry-info-left {
    float:  left;
}
body.single .entry-info > div.entry-info-right {
    float:  right;
}
body.single .entry-share-links > div:first-child,
body.single .entry-info > div:first-child {
    margin-left: 0;
}
body.single .entry-share-links > div > a,
body.single .entry-info > div > a {
    display: block;
    width:   100%;
    height:  100%;
}
body.single .entry-info .entry-cat,
body.single .entry-info .entry-date{
    display: none;
}
body.single .entry-date {
    background-color: #F9FAFC;
}
body.single .entry-date .published {
    margin-top: 8px;
}
body.single .entry-date span {
    display:        block;
    text-align:     center;
    text-transform: uppercase;
    line-height:    13px;
    color:          #9EA7B3;
}
body.single .entry-share-fb {
    background-color:    #0071BB;
    background-image:    url(../img/fb-icon-sm.png);
    background-repeat:   no-repeat;
    background-position: 14px;
}
body.single .entry-info .entry-share-fb {
    margin-left: 0;
}
body.single .entry-share-twt {
    background-color:    #14B9D6;
    background-image:    url(../img/twt-icon-sm.png);
    background-repeat:   no-repeat;
    background-position: 8px;
}
body.single .entry-info > div.entry-post-tags {
    height: 40px;
    width:  430px;
}
body.single .entry-post-tags > div {
    float:            right;
    padding: 4px;
    margin-top: 8px;
    background-color: #eee;
    color:            white;
    margin-left:      10px;
    font-size: 12px;
}
body.single .entry-post-tags > div a {
    color: white;
}
body.single .entry-post-tags > div:first-child {
    background-color: #14B9D6;
}
body.single .entry-post-tags > div:first-child + div {
    background-color: #1FBBA6;
}
body.single .entry-post-tags > div:first-child + div + div {
    background-color: #E90D68;
}
body.single .entry-post-tags > div:first-child + div + div + div {
    background-color: #FDD834;
}
body.single .entry-post-tags > div:first-child + div + div + div + div {
    background-color: #F27935;
}
body.single .entry-post-tags > div:first-child + div + div + div + div + div {
    background-color: #222932;
}
body.single .entry-post-tags > div:first-child + div + div + div + div + div + div {
    background-color: #14B9D6;
}
/*
body.single .entry-info {
    display: none;
}
*/
body.single .entry-content {
    margin-top:    20px;
    margin-bottom: 20px;
}
body.single h1.entry-title {
    /* margin-right:  150px;
    margin-bottom: 12px !important; */
}
body.single .entry-content img {
    max-width: 100%;
    height: auto;
}
body.single #content .post .entry-author,
body.single #content .event .entry-author {
    border-bottom:  3px solid #cf0c26;
    padding-bottom: 18px;
}
body.single #content .post .entry-author a {
    font-size: 1em !important;
}
body.single #entry-share-date .published span {
    display: block;
    text-align: center;
    color: #9EA7B3;
    text-transform: uppercase;
}
body.single .post-meta {
    display: none;
}
.archive-title, .year-header {
    box-shadow: 1px 2px 8px rgba(0,0,0,0.35);
}
#video-blackout {
    position: fixed;
    width:    100%;
    height:   100%;
    top:      0px;
    left:     0px;
    z-index:  9999;
    background-color: black;
    opacity: 0.7;
    display: none;
}
#video-player-popup {
    position:    fixed;
    top:         50%;
    left:        50%;
    margin-top:  -243px;
    margin-left: -318px;
    box-shadow:  0 2px 8px 3px rgba(0,0,0,0.45);
    border:      3px solid white;
    display:     none;
    z-index:     10000;
}
#close-video-popup {
    position: absolute;
    top:      -15px;
    right:    -15px;
    width:    30px;
    height:   30px;
    background-color: white;
    text-transform:   uppercase;
    cursor:  pointer;
    line-height: 30px;
    text-align: center;
    border-radius: 15px;
}
.navigation {
    margin: 10px 0 0 0;
    height: 25px;
}
.navigation .alignleft {
    float: left;
}
.navigation .alignright {
    float: right;
}
.navigation a {
    display: block;
    padding: 5px 10px;
    background-color: #012738;
    font-size: 12px;
    text-transform: uppercase;
    color: white;
    height: 30px;
    line-height: 30px;
}

body.archive .breadcrumb,
body.search .breadcrumb{
    display: none;
}
h1.archive-title {
    clear: left;
}

#sidebar #category-links {
}
#sidebar > *,
#alt-sidebar > *,
#content-featured-wrap > *,
.navigation > *,
#footer .wrap, #header, body.single #content, body.page #content {
    box-shadow: 1px 2px 8px rgba(0,0,0,0.35);
}
body.page-template-newsroom-php #content {
    box-shadow: none;
}
#category-links {
    box-shadow: none;
}
#category-links > * {
    box-shadow: 1px 2px 8px rgba(0,0,0,0.35);
}
#text-4 {
    box-shadow: none;
}
#text-4 .widget-outer {
    box-shadow: 1px 2px 8px rgba(0,0,0,0.35);
}
#sidebar .category-link-wrap {
    height:      70px;
    margin-top:  10px;
    background-color: white;
    position:    relative;
    line-height: 70px;
}
#category-links a {
    position: absolute;
    top:      0px;
    left:     0px;
    width:    100%;
    height:   100%;
    z-index:  3;
}
#category-links img {
    margin: 14px;
    float:  left;
}
#category-links h3 {
    font-size: 1em;
    margin: 0 75px 0;
}

body.page-template-newsroom-php #content {
    padding: 0;
}
#content .archive-title:first-child {
    height:           70px;
    margin:           0 0 10px;
    line-height:      70px;
    padding:          0 10px;
    background-color: #012738;
    text-indent:      80px;
    color:            white;
    overflow: hidden;
}
body.search #content .archive-title:first-child {
    background-image:    url(../img/search-white.png);
    background-repeat:   no-repeat;
    background-position: 22px center;
}
body.post-type-archive-research #content .archive-title:first-child {
    background-image:    url(../img/Research.png);
    background-repeat:   no-repeat;
    background-position: 22px center;
}
body.category-blog #content .archive-title:first-child,
body.category-general #content .archive-title:first-child,
body.category-uncategorized #content .archive-title:first-child,
body.page-template-newsroom-php #content .archive-title:first-child {
    background-image:    url(../img/General.png);
    background-repeat:   no-repeat;
    background-position: 20px center;
}
body.category-economy #content .archive-title:first-child {
    background-image:    url(../img/Economy.png);
    background-repeat:   no-repeat;
    background-position: 20px center;
}
body.category-jobs #content .archive-title:first-child {
    background-image:    url(../img/Jobs.png);
    background-repeat:   no-repeat;
    background-position: 20px center;
}
body.category-energy #content .archive-title:first-child {
    background-image:    url(../img/Energy.png);
    background-repeat:   no-repeat;
    background-position: 20px center;
}
body.category-healthcare #content .archive-title:first-child {
    background-image:    url(../img/Healthcare.png);
    background-repeat:   no-repeat;
    background-position: 20px center;
}
body.category-defense #content .archive-title:first-child {
    background-image:    url(../img/Defense.png);
    background-repeat:   no-repeat;
    background-position: 20px center;
}
body.category-spending #content .archive-title:first-child {
    background-image:    url(../img/Spending.png);
    background-repeat:   no-repeat;
    background-position: 20px center;
}
body.category-taxes #content .archive-title:first-child {
    background-image:    url(../img/Taxes.png);
    background-repeat:   no-repeat;
    background-position: 20px center;
}
body.category-ads #content .archive-title:first-child {
    background-image:    url(../img/Videos.png);
    background-repeat:   no-repeat;
    background-position: 20px center;
}
body.category-newsroom #content .archive-title:first-child {
    background-image:    url(../img/Press.png);
    background-repeat:   no-repeat;
    background-position: 20px center;
}
body.category-immigration #content .archive-title:first-child {
    background-image:    url(../img/Immigration.png);
    background-repeat:   no-repeat;
    background-position: 20px center;
}
body.category-spotlight #content .archive-title:first-child {
    background-image:    url(../img/Spotlight.png);
    background-repeat:   no-repeat;
    background-position: 20px center;
}
body.category-education #content .archive-title:first-child {
    background-image:    url(../img/Education.png);
    background-repeat:   no-repeat;
    background-position: 20px center;
}
body.category-welfare #content .archive-title:first-child {
    background-image:    url(../img/Welfare.png);
    background-repeat:   no-repeat;
    background-position: 20px center;
}

h2.year-header {
    color: white;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 30px;
    padding: 16px;
    padding-bottom: 12px;
    background-color: #012738;
    margin: 10px 0;
}

body.search #content .post:last-child, body.search #content .page:last-child {
    margin-bottom: 0px;
}
/**
* Events
*/

/* List Event */
.list-event {
    padding: 0 0 15px;
}
.list-event .image {
    float: left;
    margin: 0 15px 0 0;
}
.list-event .image img {
    -webkit-border-radius: 0;
    border-radius:         0;
}
.list-event .info {
    float: left;
    width: 400px;
}
.list-event .info .title {
    font-size:   1.4em;
    line-height: 1.4em;
    margin:      -4px 0 0;
    padding:     0 0 3px;
}
.list-event .info .title a {
    color: #555555;
}
.list-event .info .meta {
    color:          #8cc63f;
    font-size:      0.95em;
    padding:        0 0 3px;
    text-transform: uppercase;
    overflow:       hidden;
}
.list-event .info .meta a {
    cursor: pointer;
}
.list-event .info .description {
    line-height: 1.4em;
}
.events-table .event-list-date > .event-list-date,
.events-table .event-list-time {
    background-color: #F9FAFC;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 16px;
    color: #9EA7B3;
    float: left;
}
.events-table .event-list-date > .event-list-date {
    display: block;
    text-align: center;
    text-transform: uppercase;
    line-height: 40px;
}
.events-table .event-list-time {
    display: block;
    text-align: center;
    text-transform: uppercase;
    line-height: 40px;
    margin-left: 10px;
}

#footer {
    clear:            both;
}
#footer .gototop {
    display: none;
}
#footer .creds p {
    margin: 0 0 0 10%;
    padding: 10px 12px 10px 0;
    text-align: left;
}
#footer .creds p:first-child{
    padding-top: 0;
}

.events-table {
    width: 100%;
    padding-top: 10px;
    margin-top:  10px;
}
.events-table th,
.events-table td {
    padding: 10px;
}
.events-table td {
    border-top: 1px solid #F9FAFC;
}
body.page-id-1523 .entry-title {
    border: none;
    padding-bottom: 0px;
}
/* explicitly hide some event dates */
.postid-1500 .event-date,
.postid-1503 .event-date,
.postid-1487 .event-date,
.postid-1502 .event-date,
.postid-1504 .event-date,
.postid-84 .event-date {
    display: none;
}
td.event-list-date {
    width: 200px;
}

body.single .previous {
    font-size: 12px;
    color: #9EA7B3;
    line-height: 40px;
    padding: 0 10px;
    background-color: #F9FAFC;
    float: left;
}
body.single .next {
    font-size: 12px;
    color: #9EA7B3;
    line-height: 40px;
    padding: 0 10px;
    background-color: #F9FAFC;
    float: right;
}
body.single .loop-nav {
    height: 40px;
    margin-top: 10px;
}

.single #content .entry-featured-image {
    margin-right: 20px;
}

@media all and (max-width: 330px) {
    #inner { padding: 10px 5px 0; }
    #footer { padding: 10px 5px; }
}
/* Mobile Only */
@media all and (max-width: 1009px) {

    #content .post,
    body.page-template-newsroom-php #content .post,
    body.archive #content .post,
    body.search #content .post,
    body.home #content .page,
    body.page-template-newsroom-php #content .page,
    body.archive #content .page,
    body.search #content .page,
    body.home #content .research,
    body.page-template-newsroom-php #content .research,
    body.archive #content .research,
    body.search #content .research {
        height: auto !important;
    }
    body.page-template-newsroom-php #content .type-page.hentry {
        height: 83px !important;
    }
    body.home #content .post .entry-cat,
    body.home #content .post .entry-date,
    body.page-template-newsroom-php #content .post .entry-cat,
    body.page-template-newsroom-php #content .post .entry-date,
    body.archive #content .post .entry-cat,
    body.archive #content .post .entry-date,
    body.search #content .post .entry-cat,
    body.search #content .post .entry-date,
    body.home #content .research .entry-cat,
    body.home #content .research .entry-date,
    body.page-template-newsroom-php #content .research .entry-cat,
    body.page-template-newsroom-php #content .research .entry-date,
    body.archive #content .research .entry-cat,
    body.archive #content .research .entry-date,
    body.search #content .research .entry-cat,
    body.search #content .research .entry-date{
        float: left;
    }
    body.home #content .post .entry-info,
    body.page-template-newsroom-php #content .post .entry-info,
    body.archive #content .post .entry-info,
    body.search #content .post .entry-info,
    body.home #content .research .entry-info,
    body.page-template-newsroom-php #content .research .entry-info,
    body.archive #content .research .entry-info,
    body.search #content .research .entry-info{
        position: relative;
        top:      auto;
        left:     auto;
        height:   75px;
        width:    auto;
        clear:    right;
        z-index:  1;
    }
    body.home #content .post .entry-featured-image,
    body.page-template-newsroom-php #content .post .entry-featured-image,
    body.archive #content .post .entry-featured-image,
    body.search #content .post .entry-featured-image,
    body.home #content .research .entry-featured-image,
    body.page-template-newsroom-php #content .research .entry-featured-image,
    body.archive #content .research .entry-featured-image,
    body.search #content .research .entry-featured-image{
        margin-bottom: 12px;
        margin-left:   12px;
    }
    body.home #content .post .entry-title,
    body.home #content .post .entry-author,
    body.home #content .post .entry-content,
    body.home #content .post .post-meta,
    body.page-template-newsroom-php #content .post .entry-title,
    body.page-template-newsroom-php #content .post .entry-author,
    body.page-template-newsroom-php #content .post .entry-content,
    body.page-template-newsroom-php #content .post .post-meta,
    body.archive #content .post .entry-title,
    body.archive #content .post .entry-author,
    body.archive #content .post .entry-content,
    body.archive #content .post .post-meta,
    body.search #content .post .entry-title,
    body.search #content .post .entry-author,
    body.search #content .post .entry-content,
    body.search #content .post .post-meta,
    body.home #content .research .entry-title,
    body.home #content .research .entry-author,
    body.home #content .research .entry-content,
    body.home #content .research .post-meta,
    body.page-template-newsroom-php #content .research .entry-title,
    body.page-template-newsroom-php #content .research .entry-author,
    body.page-template-newsroom-php #content .research .entry-content,
    body.page-template-newsroom-php #content .research .post-meta,
    body.archive #content .research .entry-title,
    body.archive #content .research .entry-author,
    body.archive #content .research .entry-content,
    body.archive #content .research .post-meta,
    body.search #content .research .entry-title,
    body.search #content .research .entry-author,
    body.search #content .research .entry-content,
    body.search #content .research .post-meta{
        margin-left: 17px;
    }
    body.home #content .post .entry-date .published,
    body.page-template-newsroom-php #content .post .entry-date .published,
    body.archive #content .post .entry-date .published,
    body.search #content .post .entry-date .published,
    body.home #content .research .entry-date .published,
    body.page-template-newsroom-php #content .research .entry-date .published,
    body.archive #content .research .entry-date .published,
    body.search #content .research .entry-date .published {
        margin-top: 15px;
    }
    body.home #content .post .entry-post-tags,
    body.page-template-newsroom-php #content .entry-post-tags,
    body.archive #content .post .entry-post-tags,
    body.search #content .post .entry-post-tags,
    body.home #content .research .entry-post-tags,
    body.page-template-newsroom-php #content .entry-post-tags,
    body.archive #content .research .entry-post-tags,
    body.search #content .research .entry-post-tags{
        display: none;
    }
    body.home #content .post .entry-share-fb,
    body.page-template-newsroom-php #content .entry-share-fb,
    body.archive #content .post .entry-share-fb,
    body.search #content .post .entry-share-fb,
    body.home #content .research .entry-share-fb,
    body.page-template-newsroom-php #content .entry-share-fb,
    body.archive #content .research .entry-share-fb,
    body.search #content .research .entry-share-fb{
        width:  75px;
        height: 75px;
        background-image: url(../img/fb-icon-trans.png);
        float: left;
        background-repeat: no-repeat;
        background-position: center;
    }
    body.home #content .post .entry-share-twt,
    body.page-template-newsroom-php #content .entry-share-twt,
    body.archive #content .post .entry-share-twt,
    body.search #content .post .entry-share-twt,
    body.home #content .research .entry-share-twt,
    body.page-template-newsroom-php #content .entry-share-twt,
    body.archive #content .research .entry-share-twt,
    body.search #content .research .entry-share-twt{
        width:  75px;
        height: 75px;
        background-image: url(../img/twt-icon-trans.png);
        float: left;
        background-repeat: no-repeat;
        background-position: center;
    }
    body.home #content .post .entry-share-fb a,
    body.page-template-newsroom-php #content .entry-share-fb a,
    body.archive #content .post .entry-share-fb a,
    body.search #content .post .entry-share-fb a,
    body.home #content .post .entry-share-twt a,
    body.page-template-newsroom-php #content .entry-share-twt a,
    body.archive #content .post .entry-share-twt a,
    body.search #content .post .entry-share-twt a,
    body.home #content .research .entry-share-fb a,
    body.page-template-newsroom-php #content .entry-share-fb a,
    body.archive #content .research .entry-share-fb a,
    body.search #content .research .entry-share-fb a,
    body.home #content .research .entry-share-twt a,
    body.page-template-newsroom-php #content .entry-share-twt a,
    body.archive #content .research .entry-share-twt a,
    body.search #content .research .entry-share-twt a{
        display: block;
        width:   100%;
        height:  100%;
    }
}
@media all and (max-width: 400px) {
    body.single .entry-share-links {
        float: left !important;
    }
    .breadcrumb {
        float: left;
        margin-top: 10px;
        clear: left;
    }
    .post .entry-title {
        clear: left;
    }
    body.home #content .post .entry-cat, body.home #content .post .entry-date, body.page-template-newsroom-php #content .post .entry-cat, body.page-template-newsroom-php #content .post .entry-date, body.archive #content .post .entry-cat, body.archive #content .post .entry-date, body.search #content .post .entry-cat, body.search #content .post .entry-date, body.home #content .research .entry-cat, body.home #content .research .entry-date, body.page-template-newsroom-php #content .research .entry-cat, body.page-template-newsroom-php #content .research .entry-date, body.archive #content .research .entry-cat, body.archive #content .research .entry-date, body.search #content .research .entry-cat, body.search #content .research .entry-date {
        width: 74px;
    }
}
@media all and (max-width: 699px) {
    .featured-post iframe {
        width: 100%;
    }
    body.home #sidebar {
        margin-bottom: 10px;
    }
    #sidebar {
        clear: both;
    }
    body.archive .navigation .alignleft,
    body.archive .navigation .alignright,
    body.page-template-newsroom-php .navigation .alignleft,
    body.page-template-newsroom-php .navigation .alignright {
        margin-bottom: 10px;
    }
}
/* Mobile Med */
@media all and (min-width: 400px) {

}
/* Mobile Large */
@media all and (max-width: 550px) {

    body.single .entry-featured-image iframe,
    body.page .entry-featured-image iframe {
        height: 300px;
    }
}
/* Tablet Size */
@media all and (min-width: 700px) and (max-width: 1009px) {
    body.home #content .post,
    body.archive #content .post,
    body.page-template-newsroom-php #content .post {
        /* float: left; */
        width: 310px;
        margin-bottom: 0px;
    }
    body.home #content > *:first-child + .post,
    body.archive #content > *:first-child + .post,
    body.page-template-newsroom-php #content > *:first-child + .post {
        margin-top: 0px;
    }
    #right-wrap {
        float: right;
        clear: right;
        margin-top: 10px;
    }
    .year-header {
        width: 280px;
    }
    /*
    .post.float-right {
        float: right !important;
        clear: right !important;
    }
    .navigation {
        clear: left;
        padding-top: 10px;
    }
    .year-header {
        margin-bottom: 0px !important;
    }
    */
}
@media all and (min-width: 700px) {
    #header {
        background-image: none;
    }
    #nav-button,
    #nav-arrow {
        display: none;
    }
    #nav {
        width:       660px;
        display:     block !important;
        top:         24px  !important;
        left:        50%   !important;
        margin-left: -310px;
        background:  none;
        padding:     0;
        box-shadow:  none;
    }
    #menu-primary-nav {

    }
    #menu-primary-nav > .menu-item {
        float:        left;
        margin-right: 50px;
        text-align:   left;
        height:       auto;
        line-height:  12px;
    }
    #menu-primary-nav > .menu-item:first-child a {
        width: 50px;
        height: 40px;
        background-image: url(../img/logo-mobile.png);
        background-repeat: no-repeat;
        overflow: hidden;
        display: block;
        text-indent: -300%;
        margin-top: -13px;
    }
    #menu-primary-nav > .menu-item-search {
        display: none;
    }
    #menu-primary-nav > .menu-item > a {
        font-size: 18px;
        color:           #184860;
    }
    #menu-primary-nav > .menu-item:hover > a {
        color:           #cf0c26;
    }
    #sidebar #text-3,
    #alt-sidebar #text-3 {
        display: block;
    }
    #inner {
        width: 630px;
        position: relative;
        margin: 0 auto;
        padding: 10px 40px 0;
        z-index: 2;
    }
    #footer {
        width: 630px;
        position: relative;
        margin: 0 auto 10px;
        padding: 10px 40px;
        z-index: 2;
    }
    #footer .creds {
        position: relative;
        z-index: 2;
    }
    #footer-bg {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-color: black;
        opacity: 0.3;
    }
    #sidebar {
        float:       right;
        width:       310px;
        margin-left: 10px;
        margin-bottom: 0px;
    }
    body.home #sidebar {
        margin-top: 364px;
    }
    #sidebar-header {
        height: 354px;
    }
    #sidebar-header,
    #sidebar-header p {
        display: block;
    }
    #sidebar-logo {
        top: 0px;
        width: 150px;
        height: 150px;
        margin-left: -75px;
        background-image: url(../img/logo-med.png);
    }
    #learn-more-ygn {

    }
    #content {
        /* width: 310px; */
        clear: left;
    }
    #core-inner-bg {
        background-color: black;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        opacity: 0.3;
    }
    #content-sidebar-wrap {
        position: relative;
        z-index:  2;
    }
    body.page .column {
        width: 48%;
    }
    body.page .column.left {
        float: left;
    }
    body.page .column.right {
        float: right;
    }
    body.page .block {
        height: 400px;
        padding: 0 5px;
        margin-bottom: 0px;
    }
    #content .archive-title:first-child {
        font-size: 1.5em;
        text-indent: 65px;
    }
    #content-featured-wrap {
        width: 310px;
        float: left;
    }
    #content-featured-wrap .layout-slot {
        width: 310px;
        height: 200px;
    }
    #content-featured-wrap .layout-slot:first-child {
        margin-left: 0px;
        width: 630px;
        height: 354px;
        margin-top: 0px;
    }
    #content-featured-wrap .layout-slot:first-child + .layout-slot {
        margin-left: 0px;
    }
    #main-featured-thumb-2,
    #main-featured-thumb-3 {
        display: block;
    }
    #main-featured-vid-2,
    #main-featured-vid-3 {
        display: none;
    }

    /* single */
    body.single #content,
    body.page #content{
        width: 610px;
    }
    body.page-template-newsroom-php #content {
        /* width: 310px; */
        width: auto;
    }
    body.single #sidebar,
    body.single #alt-sidebar,
    body.page #sidebar,
    body.page #alt-sidebar {
        margin-top: 0px;
    }
    body.single #sidebar .layout-slot:first-child,
    body.page #sidebar .layout-slot:first-child{
        margin-top: 0px;
    }
    #alt-sidebar {
        width:       310px;
        margin-bottom: 0px;
    }
    #alt-sidebar #sidebar-header {
        display: none;
    }
    #alt-sidebar .widget:last-child,
    #alt-sidebar #text-4 {
        margin-bottom: 0px;
    }
    .contact-left { float: left }
    .contact-right { float: right }
    .contact-input, .contact-submit {
        width: 260px;
    }
    .contact-submit {
        height: 35px;
        line-height: 25px;
        border: none;
        border-radius: 4px;
        margin: 15px;
        padding: 0;
        display: block;
        font-size: 1em;
        background-color: #cf0c26;
        color: white;
        text-align: center;
        cursor: pointer;
    }
}
/* Desktop Size */
@media all and (min-width: 1010px) {

    #header {
        position: relative;
        z-index: 1;
    }
    #nav-button,
    #nav-arrow {
        display: none;
    }
    #nav {
        width:       950px;
        display:     block !important;
        top:         24px  !important;
        left:        50%   !important;
        margin-left: -470px;
        background:  none;
        padding:     0;
        box-shadow:  none;
    }
    #menu-primary-nav {

    }
    #menu-primary-nav > .menu-item {
        float:        left;
        margin-right: 50px;
        text-align:   left;
        height:       auto;
        line-height:  12px;
    }
    #menu-primary-nav > .menu-item-search {
        display: none;
    }
    #menu-primary-nav > .menu-item > a {
        color:           #184860;
    }
    #menu-primary-nav > .menu-item:hover > a {
        color:           #cf0c26;
    }
    #nav-slider {
        display: block;
    }
    #inner {
        position: relative;
        width:  950px;
        margin: 0 auto;
        padding: 10px 40px 0;
        z-index: 2;
    }
    #footer {
        width: 950px;
        position: relative;
        padding: 10px 40px;
        z-index: 2;
    }
    #footer .creds {
        position: relative;
        z-index: 2;
        border-right: 1px solid;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #footer-bg {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-color: black;
        opacity: 0.3;
    }
    #content-featured-wrap {
        float: left;
        width: 630px;
    }
    #content-featured-wrap .layout-slot {

        margin-left: 10px;
        width:       310px;
        float:       left;
    }
    #content-featured-wrap .layout-slot:first-child {
        margin-left: 0px;
        width: auto;
        height: 354px;
        margin-top: 0px;
    }
    #content-featured-wrap .layout-slot:first-child + .layout-slot {
        margin-left: 0px;
    }
    #main-featured-thumb-2,
    #main-featured-thumb-3 {
        display: block;
    }
    #main-featured-vid-2,
    #main-featured-vid-3 {
        display: none;
    }

    #sidebar {
        float:       right;
        width:       310px;
        margin-left: 10px;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    body.home #sidebar {
        margin-top: 0px;
    }
    #sidebar-header {
        display: block;
        height:  354px;
    }
    #sidebar-logo {
        position: absolute;
        top: -80px;
        width: 230px;
        height: 230px;
        left: 50%;
        margin-left: -115px;
        background-image: url(../img/logo.png);
    }
    #sidebar-header p {
        display: block;
    }
    #learn-more-ygn {
        width: 80%;
        background-color: white;
        height:      35px;
        line-height: 35px;
        text-align:  center;
        text-indent: 0px;
        border: none;
        border-radius: 4px;
        margin: 0 auto 15px;
        padding: 0;
        display: block;
        font-size:   1em;
        color: #012738;
        position: absolute;
        bottom: 15px;
        top: auto;
        left:   10%;
        text-decoration: none;
    }
    body.home #content .post,
    body.page #content .post {
        width: 630px;
    }
    body.single #content,
    body.page #content {
        width:   590px;
        padding: 20px;
        margin-bottom: 0px;
    }
    body.page-template-newsroom-php #content {
        padding: 0px;
        width:   630px;
    }
    #content {
        width: 630px;
    }
    #content .archive-title:first-child {
        text-indent:      80px;
        font-size:   2em;
    }

    body.home #content .post .entry-info,
    body.page-template-newsroom-php #content .post .entry-info,
    body.archive #content .post .entry-info,
    body.search #content .post .entry-info,
    body.home #content .research .entry-info,
    body.page-template-newsroom-php #content .research .entry-info,
    body.archive #content .research .entry-info,
    body.search #content .research .entry-info {
        margin-top: 0;
    }

    body.home .post .entry-info .entry-cat,
    body.archive .post .entry-info .entry-cat,
    body.search .post .entry-info .entry-cat,
    body.page-template-newsroom-php .post .entry-info .entry-cat,
    body.home .research .entry-info .entry-cat,
    body.archive .research .entry-info .entry-cat,
    body.search .research .entry-info .entry-cat,
    body.page-template-newsroom-php .research .entry-info .entry-cat{
        position: absolute;
        top:      0px;
        left:     0px;
    }
    body.home .post .entry-info .entry-date,
    body.archive .post .entry-info .entry-date,
    body.search .post .entry-info .entry-date,
    body.page-template-newsroom-php .post .entry-info .entry-date,
    body.home .research .entry-info .entry-date,
    body.archive .research .entry-info .entry-date,
    body.search .research .entry-info .entry-date,
    body.page-template-newsroom-php .research .entry-info .entry-date{
        position: absolute;
        top:      75px;
        left:     0px;
    }
    body.home .post .entry-info .entry-share-fb,
    body.archive .post .entry-info .entry-share-fb,
    body.search .post .entry-info .entry-share-fb,
    body.page-template-newsroom-php .post .entry-info .entry-share-fb,
    body.home .post .entry-info .entry-share-twt,
    body.archive .post .entry-info .entry-share-twt,
    body.search .post .entry-info .entry-share-twt,
    body.page-template-newsroom-php .post .entry-info .entry-share-twt,
    body.home .post .entry-info .entry-post-tags,
    body.archive .post .entry-info .entry-post-tags,
    body.search .post .entry-info .entry-post-tags,
    body.page-template-newsroom-php .post .entry-info .entry-post-tags {
        display: none;
    }
    .navigation .alignright a {
        /* margin-right: 320px; */
    }
    #category-links .category-link-wrap {
        width: 150px;
        float: left;
    }
    #category-links .jobs-link-wrap,
    #category-links .spending-link-wrap,
    #category-links .healthcare-link-wrap,
    #category-links .newsroom-link-wrap,
    #category-links .immigration-link-wrap,
    #category-links .education-link-wrap {
        margin-right: 10px;
    }
    #category-links + div {
        clear: both;
    }
    #category-links img {
        position: absolute;
        left: 41px;
        top:      0px;
        float:    none;
        opacity:  0.2;
        filter: alpha(opacity=20);
        -moz-transition:    opacity 0.5s;
        -webkit-transition: opacity 0.5s;
        -o-transition:      opacity 0.5s;
        transition:         opacity 0.5s;
    }
    /*
    #category-links img.education-link {
        left: 31px;
    }
    #category-links img.welfare-link {
        left: 36px;
    }
    */
    #category-links .category-link-wrap:hover img {
        opacity: 0.6;
    }
    #category-links h3 {
        text-align: center;
        margin:     0;
        position:   relative;
        z-index:    2;
    }
    /*
    #category-links .women-link-wrap h3 {
        margin:      0 10px;
        margin-top:  17px;
        line-height: 18px;
    }
    */
    #content .archive-title:first-child {
        width: 610px;
    }
    .hfeed .entry-title {
        margin-right: 50px;
    }

    /*
    body.page #content .page .entry-title::after {
        content: " ";
        display: block;
        position: absolute;
        height: 4px;
        background-color: white;
        width: 100%;
        top: 19px;
        z-index: 1;
    }
    */
    body.page #content .page .entry-content {

    }

    body.page-template-page_fullwidth-php #content {
        width: auto;
    }
}
/* Tablet Large */
@media all and (min-width: 851px) {

}
@media all and (min-width: 1010px) and (max-width: 1049px) {
    #inner {
        padding: 10px 20px 0;
    }
    #footer {
        padding: 10px 20px;
    }

}

/* Pad only */
@media only screen and (device-width: 768px) {
    #sidebar .widget-outer {
        perspective: none;
        -webkit-transform: none;
        -webkit-perspective: none;
    }
    #content-featured-wrap .layout-slot {

    }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {

}

body > iframe:first-child { height: 0px; }


/* TEMP 
.page-id-2010 #content,
.page-id-93 #content{
    height: 894px;
}*/


/* Footer and footer menu */
.inner-footer-wrap {
    background-color: #012738;
    font-size: .9em;
}
.inner-footer-wrap *[class|=grid] {
    float:left;
    margin:0;
    padding:0;
    color:#9EA7B3;
    position: relative;
    z-index: 2;
}
.inner-footer-wrap .grid-25{
    width: 30%;
}
.inner-footer-wrap .grid-75{
    width: 70%;
}
.inner-footer-wrap li a {
    color:#FFFFFF;
}
.inner-footer-wrap li li a {
    color:#9EA7B3;
}
.inner-footer-wrap a{
    color:#9EA7B3;
    text-decoration: none;
}
.inner-footer-wrap a:hover{
    text-decoration: underline;
}
.inner-footer-wrap *[class|=grid] ul {
    list-style-type: none;
}
.inner-footer-wrap *[class|=grid] ul li{
    display: inline-block;
    float: none;
    margin: .4em .6em 1em .6em;
    font-weight: bold;
    padding: 0;
}
.inner-footer-wrap *[class|=grid] ul li .sub-menu {
    margin:0;
    font-size: .75em;
    padding: 0;
}
.inner-footer-wrap *[class|=grid] ul li .sub-menu li{
    float: left;
    font-weight: normal;
    margin: 0;
    clear: both;
    display: block;
}

body.page-template-book_main-php #content,
body.category-book #content {
    width: auto;
}

body.page-template-book_main-php .page-title-line,
body.page-template-book_main-php .page-title-line-wrap {
    display: none;
}

body.page-template-book_main-php #content > div.type-page.status-publish.hentry.entry > div.page-title-wrapper > h1 {
    text-align:left;
    clear: none;
    margin: 30px, 20px, 30px, 20px;
    padding: 0px;
    font-size: 36px;


}


body.page-template-book_main-php #content > div.type-page.status-publish.hentry.entry > div.book-subtitle > p {
    text-align: left;
    margin: 20px;
    padding: 0px;
    font-style:italic;
}

body.page-template-book_main-php #content > div.type-page.status-publish.hentry.entry > div.book-video,
body.category-book #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry > div.entry-content > p:nth-child(1) {
    float: left;
    margin-top: 0px;
    margin-right: 20px;
    margin-left: 0px;
    padding: 0px;
    margin-bottom: 20px;
    z-index:10;
    position: relative;
}

body.page-template-book_main-php #content > div.type-page.status-publish.hentry.entry > div.book-video > img {
    margin-left: 55px;
    margin-right: 65px;
    margin-bottom: 30px;
    height: 280px;
}

body.page-template-book_main-php #content > div.type-page.status-publish.hentry.entry > div.entry-content.visible > p {
    margin: 20px;
    padding: 0px;
}

body.page-template-book_main-php #content > div.type-page.status-publish.hentry.entry > div.book-section-instructions {
    clear: left;
    margin-bottom: 20px;
    margin-top:60px;
    padding: 0px;
}


body.page-template-book_main-php #content > div.type-page.status-publish.hentry.entry  button {
    background-color: #cf0c26;
    color: white;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
    height: 70px;
    min-width: 200px;
    line-height: 25px;
    border: none;
    border-radius: 4px;
    padding: 0;
    display: inline-block;
    font-size: 1em;
    margin-left: auto;
    margin-right: auto;
    width: 520px;
}

body.page-template-book_main-php #content > div.post.type-post.status-publish.format-standard.hentry.entry > div.entry-author {
    display: none;
}

body.page-template-book_main-php #content > div.post.type-post.status-publish.format-standard.hentry.entry > h2 {
    padding-top: 20px;
    padding-bottom: 5px;
}

body.page-template-book_main-php #content > div.post.type-post.status-publish.format-standard.hentry.entry > div.entry-info {
    display: none;
}
body.page-template-book_main-php #content > div.post.type-post.status-publish.format-standard.hentry.entry {
    box-shadow: 1px 2px 8px rgba(0,0,0,0.35);
    width: 100%;
}

body.page-template-book_main-php #content > div.post.type-post.status-publish.format-standard.hentry.entry > div.entry-excerpt-content >  h2,
body.page-template-book_main-php #content > div.post.type-post.status-publish.format-standard.hentry.entry > div.entry-excerpt-content > div.entry-content.visible{
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 0px;
}

body.page-template-book_main-php #content > div.post.type-post.status-publish.format-standard.hentry.entry > div.entry-excerpt-content {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

body.page-template-book_main-php #content > div.post.type-post.status-publish.format-standard.hentry.entry > div.entry-excerpt-content > div.entry-content.visible > p {
    margin: 0px;
}

#content > div.post.type-post.status-publish.format-standard.hentry.entry > div.entry-excerpt-content > div.entry-content.visible > div {
    font-style: italic;
}

body.category-book #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry > div.entry-author,
body.category-book #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry > div.post-info {
    display: none;
}

body.category-book #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry div.chapter-outline {
    float: left;
    clear: both;
    padding-top: 5px;
}

body.category-book #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry > div.entry-content  div.chapter-quote {
    font-style: italic;
    font-size:20px;
    display: block;
    width: 400px;
    float: right;
}

body.category-book .quote-open {
    display: block;
    float: left;
    margin: 40px 20px 0 0;
    font-size: 100px;
    content: "\201C";
    color: #bababa;
    text-shadow: 0 1px 1px #909090;
    font-family: 'Times New Roman';
    line-height: 0;
}
body.category-book .quote-close {

    float: right;
    font-size: 100px;
    color: #bababa;
    text-shadow: 0 1px 1px #909090;
    font-family: 'Times New Roman';
    content: "\201D";
    line-height: 100px;
    padding-left: 20px;
    padding-top: 80px;
    display: block;
    height: 60px;
    width: 44px;
}

body.category-book #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry > div.entry-content  div.author {
    clear: right;
    float: right;
    font-style: italic;
    margin-top: 0px;
    margin-right:60px;
}

body.category-book #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry > div.entry-content > p:nth-child(1) {
    margin-right: 40px;
    margin-left: 20px;
}

body.category-book button.download-chapter,
body.category-book button.download-book
{
    display: inline;
    color: white;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
    height: 55px;
    width: 30%;
    min-width: 400px;
    line-height: 25px;
    border: none;
    border-radius: 4px;
    margin: 20px 0px 20px 0px;
    padding: 0;
    font-size: 1em;
}

body.category-book button.download-chapter {
    background-color: #cf0c26;
    float:left;
}
body.category-book button.download-book {
    background-color: #012738;
    float: right;
}

body.category-book #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry > div.entry-content > p:nth-child(5) {
    display: inline;
}

body.category-book #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry > div.entry-content > p:nth-child(5) > button {
    background-color: #cf0c26;
}


body.category-book .entry-share-fb {
    background-color:    #0071BB;
    background-image:    url(../img/fb-icon.png);
    background-repeat:   no-repeat;
    background-position: 22px 50%;
    display: inline-block;
    height: 70px;
    margin-left: 10px;
    width: 70px;
}


body.category-book .entry-share .share-text {
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    clear: both;
    width: 400;
    text-align: center;
}
body.category-book .share-icons {
    margin-left: auto;
    margin-right: auto;
    width: 262px;
    clear:both;
    padding: 10px;

}


body.category-book .entry-share-twt {
    background-color:    #14B9D6;
    background-image:    url(../img/twt-icon.png);
    background-repeat:   no-repeat;
    background-position: 12px 50%;
    cursor: auto;
    display: inline-block;
    height: 70px;
    text-decoration: none solid rgb(20, 185, 214);
    width: 70px;
    margin-left: 10px;
}

body.category-book .entry-share > div > a,
body.category-book .entry-share-links > div > a,{
    display: block;
    width:   100%;
    height:  100%;

}
body.category-book .entry-share-twt a {
    color: rgb(20, 185, 214);
    cursor: auto;
    display: block;
    font-family: museo-sans, verdana;
    font-weight: 300;
    height: 70px;
    text-decoration: none solid rgb(20, 185, 214);
    width: 70px;

}

body.category-book .entry-share-fb a {
    color: rgb(20, 185, 214);
    cursor: auto;
    display: block;
    font-family: museo-sans, verdana;
    font-weight: 300;
    height: 70px;
    text-decoration: none solid rgb(20, 185, 214);
    width: 70px;
}
body.category-book #content > div.loop-nav.visible {
    clear: both;
}
body.category-book #email-header {
    background-image: url(../img/at-icon.png);
    background-position: 12px;
    background-repeat: no-repeat;
    color: rgb(20, 185, 214);
    cursor: auto;
    display: inline-block;
    height: 70px;
    width: 70px;
    margin-left: 10px;
    margin-right: 10px;
}



body.page-template-book_main-php #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry > div.entry-right {
    clear: none;
    display: block;
    padding-top: 20px;
    margin-left: 20px;
}
body.page-template-book_main-php #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry > div.entry-right > h2 {
    padding-bottom: 0px;
    clear:none;
    position: relative;


}

body.page-template-book_main-php #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry {
    height: 140px;
    margin-bottom:20px;
}

body.home #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry {
    display:none;
}

body.page-template-book_main-php #content {
    padding-left: 40px;
    padding-right: 40px;
}
body.page-template-book_main-php #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry  span {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left: 0;

    /* edit: added z-index */
    z-index: 1;
}

body.page-template-book_main-php #content > div.type-page.status-publish.hentry.entry > div.page-title-wrapper > h1 {
    margin: 30px 20px 30px 20px !important;
}

body.page-template-book_main-php #content > div.post.type-post.status-publish.format-standard.has-post-thumbnail.hentry.category-book.entry > div.entry-content.visible > a > img {
    float: left;
}

body.page-template-book_main-php #content > div.post.type-post.status-publish.format-standard.has-post-thumbnail.hentry.category-book.entry > div.play-video img {
    float: left;
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
    padding: 0px;
    z-index:10;
    display: block;
    height: 100px;
    width: 100px;
}


body.category-book  div.entry-featured-image > iframe {

    width: 100%;
    height: 100%;
}

body.category-book   div.entry-featured-image {
    width: 400px;
    height: 225px;
    margin-right:40px;
}

body.category-book #content {
    padding: 40px;
}

body.page-template-book_main-php #content {
    margin-bottom: -1px;
}

body.category-book #content .post .entry-title {
    text-align: center;
    margin: 30px 20px 30px 20px;
    padding: 0px;
    font-size: 36px;
}

body.category-book #content > div.breadcrumb {
    margin-bottom: 10px;
}

body.category-book #content > div.breadcrumb > a:nth-child(3) {
    display: none;
}

body.category-book div.copyright,
.page-template-book_main-php div.copyright {
    margin-top: 10px;
    font-size: 10px;
    color: #bababa;
}

body.page-template-book_main-php a.popup {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100px;
    height: 100px;
    display: block;
    z-index: 10;
}

body.page-template-book_main-php,
body.category-book,
body.page-id-3218
 {
    background-image: url(../img/YGN-Book-BG.jpg)  !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

body.page-template-book_main-php .post-image {
    float: left;
    padding-right: 20px;
    padding-top: 20px;
    padding-left: 20px;
}

@media all and (max-width: 1009px) {
    body.page-template-book_main-php #content > div.type-page.status-publish.hentry.entry.visible > div.page-title-wrapper > h1 {
        clear: both;
    }

    body.page-template-book_main-php #content > div.type-page.status-publish.hentry.entry > div.book-video {
        width: 100%
    }
    body.page-template-book_main-php #content > div.type-page.status-publish.hentry.entry > div.book-video,
    body.page-template-book_main-php #content > div.type-page.status-publish.hentry.entry > div.book-video > img {
        margin: auto;
        display:block;
    }

    body.page-template-book_main-php #content > div.type-page.status-publish.hentry.entry  button,
    body.category-book #content button {
        position: relative;
        width:100%;
        bottom: 0px;
        min-width: 200px;
    }

    body.page-template-book_main-php #content > div.type-page.status-publish.hentry.entry > div.book-section-instructions {
        margin-top: 20px;
    }

    body.page-template-book_main-php #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry {
        padding-bottom: 40px;
    }

    body.page-template-book_main-php #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry > div.entry-right > h2 {
        padding-right: 10px;
    }

    body.category-book #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry > h1 {
        font-size: 20px;
    }

    body.category-book #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry > div.entry-content > p > button {
        width: 200px;
        min-width: 200px;
        clear: both;
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    body.category-book #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry > div.entry-share > div.share-icons > div {
        margin-left: 0px;
    }

    body.category-book #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry > div.entry-share > div.share-icons {
        width: 230px;
    }


    body.category-book #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry > div.entry-content > div.chapter-quote-author > div.chapter-quote {
        font-size: 16px;
        width: 100%;
        margin-top: 10px;
    }

    body.category-book .quote-open,
    body.category-book .quote-close
    {
        display: none;
    }

    body.category-book #content > div.breadcrumb {
        margin-bottom: 10px;
    }

    body.category-book #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry > div.entry-content > div.chapter-quote-author > div.author {
        clear: both;
    }

    body.category-book #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry > div.entry-content > div.entry-featured-image {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    body.page-template-book_main-php #content div.book-main-quote {
        clear: both !important;
        margin-left: auto !important;
        margin-right: auto !important;
        width: 200px !important;
        float:  none !important;
    }
    body.page-template-book_main-php #newsletter-wrapper {
        clear: both;
        margin-left: auto;
        margin-right: auto;
    }
}

@media all and (max-width: 470px) {

    body.page-template-book_main-php #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry > div.entry-right > h2 {
        clear: both;
        padding-top: 10px;
    }

    body.page-template-book_main-php #content #newsletter-wrapper {
        width: 230px;
    }

    body.page-template-book_main-php #content fieldset {
        width: 230px;
        padding-left: 0px;
        margin-left: 0px;
    }

    body.page-template-book_main-php #newsletter-wrapper #mce-EMAIL {
        width: 230px !important;
    } 

    body.page-template-book_main-php #newsletter-wrapper #register-submit {
        width: 230px !important;
        font-size: 14px;
    }
}

body.page-template-book_main-php #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry > div.entry-featured-image {
    display: block !important;
    float: left;
    margin: 20px;

}

body.page-template-book_main-php #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry > div.entry-featured-image {
    margin: 20px;
}

body.category-book #email-icon > a {
    color: rgb(20, 185, 214);
    cursor: auto;
    display: block;
    font-family: museo-sans, verdana;
    font-weight: 300;
    height: 70px;
    text-decoration: none solid rgb(20, 185, 214);
    width: 70px;
}

body.page-template-book_main-php #content > div.post.type-post.status-publish.format-standard.hentry.category-book.entry > div.entry-featured-image > img {
    height: 100px;
    width:  100px;
}
body.page-template-book_main-php #content h2.Introduction {
    color: #cf0c26;
    border-bottom: 3px solid #cf0c26;
}
body.page-template-book_main-php #content h2.Agenda {
    color: #012738;
    border-bottom: 3px solid #012738;
}

body.page-template-book_main-php #content h2.Conclusion {
    color: #8bc640;
    border-bottom: 3px solid #8bc640;
}

body.page-template-book_main-php #content div.book-main-quote {
    border-left-style: solid;
    border-left-color: #cf0c26;
    width: 400px;
    float: right;
    margin-right: 70px;
    padding-left: 20px;
    border-left-width: 5px;
    margin-bottom: 20px;
}

body.page-template-book_main-php #content div.book-main-quote-author {
    margin-bottom: 20px;
    float: right;
    margin-right: 70px;
}

body.page-template-book_main-php fieldset {
    border: none;
}

body.page-template-book_main-php #newsletter-wrapper #register-submit {
    color: #cf0c26;
    background-color: white;
    height: 50px;
    width: 250px;
    text-align: center;
}

body.page-template-book_main-php #newsletter-wrapper {
    width: 280px;
}

body.page-template-book_main-php #newsletter-wrapper #mce-EMAIL {
    width: 250px;
    text-align: center;
}

body.page-template-book_main-php #content > div.type-page.status-publish.hentry.entry  button.chapter {
    background-color: #012738;
    margin-top: 10px;
}

.book-main-quote-author > a {
    color: #cf0c26;
    float: right;
}